How to find the length of a string in SQL Server?
836
16-Nov-2021
Ashutosh Kumar Verma
16-Nov-2021SQL LEN():
SQL LEN() function is used to find the length of any string. It accept a string and returns the length of that string.
Example:
9
Find length of any number.
14